Accusoft Prizm Viewer List File Schema Schema
printedimagetype Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : printedimagetype Simple Type

Glossary Item Box

Description

The attribute value is set by using the following names.
  • A print type of OneSheet always prints the image on a single sheet of paper.
  • A print type of OneSheetOrPoster prints the image as a poster if it is eligible. Otherwise, the image is printed on a single sheet of paper.
Namespace (none)

Type

Restriction of xsd:string

Diagram

printedimagetype Simple Type

Overview

printedimagetype Restriction of xsd:string
The attribute value is set by using the following names.
  • A print type of OneSheet always prints the image on a single sheet of paper.
  • A print type of OneSheetOrPoster prints the image as a poster if it is eligible. Otherwise, the image is printed on a single sheet of paper.

Facets

EnumerationOneSheet
EnumerationOneSheetOrPoster

Source

<xsd:simpleType name="printedimagetype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>The attribute value is set by using the following names.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:annotation>
      <xsd:documentation>The attribute value must be one of these names.</xsd:documentation>
    </xsd:annotation>
    <xsd:enumeration value="OneSheet">
      <xsd:annotation>
        <xsd:documentation>OneSheet will print each image on one sheet of paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="OneSheetOrPoster">
      <xsd:annotation>
        <xsd:documentation>If the image can be printed as a poster, then OneSheetOrPoster will print the image as a poster. Otherwise, OneSheetOrPoster will print the image on one sheet of paper.</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.